You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > GetCol Method > VectorInt.GetCol Method ([In] TMtxInt, int)
Dew Math for .NET
ContentsIndexHome
Example
var a: TVecInt; b: TMtxInt; begin CreateIt(a); CreateIt(b); try b.SetIt(2,2,[1,2, 3,4]); a.GetCol(b,0); // a now contains [1,3] finally FreeIt(a); FreeIt(b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.